win32: Remove some unused defines
authorBenjamin Otte <otte@redhat.com>
Wed, 6 Oct 2010 02:30:24 +0000 (04:30 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 2 Dec 2010 19:17:28 +0000 (20:17 +0100)
gdk/win32/gdkdrawable-win32.c

index c6c8b6174103ef2e55ca8d768a14ba4ff33ebd16..051569b138e7b416524942d79b6f78e5c6f50674 100644 (file)
 #include <pango/pangowin32.h>
 #include <cairo-win32.h>
 
-#include "gdkscreen.h" /* gdk_screen_get_default() */
 #include "gdkprivate-win32.h"
 
-#define ROP3_D 0x00AA0029
-#define ROP3_DSna 0x00220326
-#define ROP3_DSPDxax 0x00E20746
-
-#define LINE_ATTRIBUTES (GDK_GC_LINE_WIDTH|GDK_GC_LINE_STYLE| \
-                        GDK_GC_CAP_STYLE|GDK_GC_JOIN_STYLE)
-
-#define MUST_RENDER_DASHES_MANUALLY(gcwin32)                   \
-  (gcwin32->line_style == GDK_LINE_DOUBLE_DASH ||              \
-   (gcwin32->line_style == GDK_LINE_ON_OFF_DASH && gcwin32->pen_dash_offset))
-
 static cairo_surface_t *gdk_win32_ref_cairo_surface (GdkDrawable *drawable);
 static cairo_surface_t *gdk_win32_create_cairo_surface (GdkDrawable *drawable,
                                                         int          width,